﻿@charset "UTF-8";
/* scss */
nav ul:hover li a {
  display: block; }

.middle-box:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.middle-el {
  display: inline-block;
  vertical-align: middle; }

.overEllipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {
  padding: 0;
  margin: 0; }

body {
  color: #000;
  /*设置字体颜色*/
  font-size: 14px;
  font-family: "微软雅黑"; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ol, ul, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* 链接颜色设置*/
a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #227cb1; }

/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure {
  display: block; }

/* 链接颜色设置*/
.main {
  width: 1010px;
  margin-left: auto;
  margin-right: auto; }

.wrap {
  width: 100%;
  min-width: 1010px;
  margin-left: auto;
  margin-right: auto; }

/* 清理浮动 */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fn-clear {
  zoom: 1
  /* for IE6 IE7 */ }

.clear {
  clear: both; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.overflowH {
  overflow: hidden; }

img {
  display: block; }

input, textarea {
  outline: none; }

i, strong, em {
  font-style: normal; }

strong {
  font-weight: normal; }

.view {
  background-color: #000; }

.noText {
  display: block;
  text-indent: -999em; }

/* 上下居中 */
.nav ul {
  display: block; }
.nav.nav-table li {
  display: table-cell;
  width: 130px;
  text-align: center; }

.header {
  background-color: #fff; }
  .header .header-top {
    height: 30px;
    background: #f2f0f1;
    line-height: 30px;
    color: #999; }
  .header .header-main {
    background-color: #e9e9e9;
    padding-top: 25px;
    padding-bottom: 25px; }
    .header .header-main .header-contact {
      margin-right: 30px;
      color: #434343;
      background: url("../Images/tel.png") no-repeat top left;
      min-height: 50px;
      padding-left: 40px; }
      .header .header-main .header-contact .header-tel {
        font-size: 21px; }
        .header .header-main .header-contact .header-tel em {
          font-weight: bold;
          font-size: 23px; }
    .header .header-main .header-code {
      margin-right: 40px;
      font-size: 14px; }
      .header .header-main .header-code img {
        width: 77px;
        height: 77px; }
      .header .header-main .header-code span {
        display: block;
        margin-left: 15px;
        line-height: 77px; }
  .header .header-logo {
    width: 482px;
    height: 70px; }
    .header .header-logo a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -999em; }

nav {
  height: 42px;
  line-height: 42px;
  background-color: #227cb1;
  border-bottom: 4px solid #064f7a; }
  nav ul:hover li {
    background-color: #227cb1 !important; }
  nav ul li.on {
    background-color: #064f7a; }
  nav ul li:hover {
    background-color: #064f7a !important; }
  nav ul {
    height: 100%; }
    nav ul li {
      background-color: #227cb1; }
      nav ul li a {
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
        color: #fff; }
        nav ul li a:hover {
          color: #fff !important; }
 
nav .subNavList
{
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.subNavList li
{
    width: 100%;
}

.subNavList li a:hover
{
    background-color: #064f7a !important;
}

nav li:hover .subNavList
{
    display: block;
}

nav li:hover .subNavList li
{
    display: block;
}

nav .subNavList a
{
    color: #fff!important;
    font-weight: normal;
    background: #227cb1;
}
          
 /*youhua news*/
 .relative
{
    margin-top: 20px;
    border: 1px #CCCCCC solid;
}
  
.relative li
{
    float: left;
    padding: 10px 5px;
}

.relative .titleBar {
    height: 40px;
    background: #227cb1;
    font-size: 16px;
    color: #FFf;
    padding: 0 0 0 15px;
    line-height: 40px;
}

.relative h2
{
    color: #FFf;
}

.relative .titleBar span {
    float: right;
    margin-right: 10px;
}

/*footer*/
.footerLogoContainer {
  width: 100%;
  height: 200px;
  border-top: 4px solid #064f7a;
  margin-top: 20px; }

.footerLogo {
  float: left;
  margin: 30px 0 0 10px; }

.footerContact {
  width: 520px;
  height: 155px;
  border-left: 1px #CCCCCC dashed;
  float: left;
  margin: 15px 0 0 20px;
  padding-left: 40px; }

.footerContact span {
  display: block;
  width: 460px;
  text-align: left; }

.footer {
  margin-top: 10px; }
  .footer, .footer a {
    color: #999; }
  .footer .footer-main {
    background-color: #f0f0f0;
    height: 30px;
    line-height: 30px; }
    
 .sharedCode {
    width: 208px;
    overflow: hidden;
    margin: 0 auto;
}
